home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d19 / prodor31.arc / PROENTR < prev    next >
Text File  |  1989-10-08  |  2KB  |  55 lines

  1.  
  2. ProDoor Message Entry Commands
  3. ------------------------------
  4.  
  5. (A)bort     Throw away the message and return to reading messages. 
  6.  
  7. (C)ontinue  Continue message text input from where you left off.
  8.  
  9. (D)elete    Allows you to delete a line from the message. 
  10.  
  11. (E)dit      Allows you to change the contents of a line without starting 
  12.             over.  You specify edits in the form: 
  13.                OLD;NEW
  14.             and the first time OLD is seen in the selected line, it will 
  15.             be changed into NEW. 
  16.  
  17. (F)ind      Find and display information about the receiver of the
  18.             current message.  (Sysop only)
  19.  
  20. (I)nsert    Allows you to put a new line between two existing lines.
  21.  
  22. (L)ist      List the message as it has been entered.  This also gives 
  23.             you the line numbers as needed for the (D)elete, (I)nsert 
  24.             and (E)dit functions. 
  25.  
  26. (O)riginal  Lets you review the text of the original message you were
  27.             reading or replying to.  You are also able to QUOTE from
  28.             the original message with this function.
  29.  
  30. (Q)uote     Allows you to quote lines (by line number) from the original
  31.             message.
  32.  
  33. (S)ave      Saves the message on disk and returns you to reading 
  34.             messages. 
  35.  
  36. (V)isual    Activates the full-screen visual editor.  You must be able
  37.             to accept ANSI codes to use this function.
  38.  
  39.  
  40. Command stacking in message entry
  41. ---------------------------------
  42.  
  43.    E 10         ;edit line 10.
  44.  
  45.    D 10         ;delete line 10.
  46.  
  47.    I 10         ;insert a line before line 10.
  48.  
  49.    Q 8 4        ;quote original message starting at line 8 for 4 lines.
  50.  
  51.    S K          ;save the new message and kill the original.
  52.  
  53.    S +          ;save the new message and advance to the next one.
  54.  
  55.